java.lang.ObjectCar
class Car
| Constructor Summary | |
|---|---|
Car()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColour()
This method ... |
void |
setColour(java.lang.String newColour)
This method ... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Car()
| Method Detail |
|---|
public java.lang.String getColour()
public void setColour(java.lang.String newColour)
newColour - ...